// -ENEMY------------------------------------------------------ \\
// Green Guard
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/13/08
//
// Description: 
//   This Buzz type ship protects the formation by dropping a
//   bullet under it and then flying down towards the player.
//
// Difficulty: 6
//
// ------------------------------------------------------------ \\

EnemyType enemyInsectYellow
SwoopPath greenGuard1
// ContinuousSwoopPath greenGuard1

DoesRotate true

BulletSpeed 65
BulletSize 2.45
BulletType blue
BulletColor 0.7 1 0.7 1
BulletGlowColor 0.2 1 0.2 1

Color 0.2 1 1.0 1

HitPoints 1

Size 6

AbortPathAtScreenBottom true

EntryScore 105

BaseScore 70

SwoopingScore 140
IsVulnerable false